home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / mipsABI / examples / sup / PORT / step03 / supcmisc.c.diff < prev    next >
Encoding:
Text File  |  1994-08-02  |  334 b   |  16 lines

  1. *** ../dist/supcmisc.c    Thu Dec 16 07:29:49 1993
  2. --- supcmisc.c    Thu Dec 16 15:06:46 1993
  3. ***************
  4. *** 57,62 ****
  5. --- 57,66 ----
  6.   #endif
  7.   #include "supcdefs.h"
  8.   
  9. + #if __STDC__
  10. + int notify (char *, ...);
  11. + #endif
  12.   struct liststruct {        /* uid and gid lists */
  13.       char *Lname;        /* name */
  14.       int Lnumber;        /* uid or gid */
  15.